removeAt

(alias) function removeAt(index: integer): T

Deprecated

Use 'remove_at' instead

Remove and return the element at the specified index. The indices of elements occurring after the specified index decrease by 1, and the size of this list decreases by 1.

Alias

Alias target

Return

the element that was at the specified index

Since

0.9.0

Parameters

index

the index of the element to remove

Throws

exception

if the index is out of bounds